projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c026c00
)
* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 8 Oct 2015 01:11:38 +0000
(21:11 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 8 Oct 2015 01:11:38 +0000
(21:11 -0400)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index cacdf18c2a2c151740e8d6545582f34ea3a00d8e..6bfb3b7601d563f0884d9d14e89f321a86afeed7 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-3672,6
+3672,7
@@
See the info node `(elisp)Syntax Properties' for a description of the
doc: /* Position up to which syntax-table properties have been set. */);
syntax_propertize__done = -1;
DEFSYM (Qinternal__syntax_propertize, "internal--syntax-propertize");
+ Fmake_variable_buffer_local (intern ("syntax-propertize--done"));
words_include_escapes = 0;
DEFVAR_BOOL ("words-include-escapes", words_include_escapes,